home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 6 / tcdebug6.zip / REVLIST next >
Text File  |  1987-11-05  |  3KB  |  60 lines

  1. For Version 0.01
  2.   1. " 's around command line parameters now bind.
  3.   2. Fix so non case sensitve link will work OK.
  4.   3. 'Q' command now gives restart option.
  5.   4. Abort if can't find 'exit()' or 'main()'.
  6.   5. Abort on no symbols or no line numbers.
  7.   6. Add register window to disassembly display.
  8.   7. Add Alt-D and Alt-U to resize windows.
  9.   8. Put segment prefixes on line with rest of instruction. (disassembly)
  10.   9. Add _AX, _BX, etc. to allow Examine/change and Watch registers.
  11.  10. Handle long strings better in Examine and Watch.
  12.  11. Change VF command to accept directory entries.
  13.  12. Text file size now 40k, 700 symbols allowed.
  14.  13. The 'X' format was fixed so a hex entry (not long hex) is expected.
  15.      Format characters correspond to 'printf', not 'scanf'.
  16.  
  17. For Version 0.02
  18.   1. Fix F9 key transfer so wrong source lines won't get on assembly code.
  19.   2. Fix PgUp (assemblemode) so will stop at the top line.
  20.   3. Fix segment override (memory display) in disassembly listing.
  21.  
  22. For Version 0.03
  23.   1. Add "RTN".  Standard stack frame option must be used.
  24.   2. Make 'Next' work in assemblemode.
  25.   3. Add 'X' (Translate).
  26.   4. Add passcount to permanemt breakpoints.
  27.   5. Add 'GT' command.
  28.   6. Add conditional break commands, BE, BN, and BC.
  29.   7. Single letter symbols didn't work with 'P' command.
  30.   8. Fix 'E' so change of register puts the changed value in program.
  31.   9. Add DisplayMemory window and command.
  32.  10. Turn off colors if mode is 2 on entry.
  33.  
  34. For Version 0.04
  35.   1. Make sure to switch to register window before updating it!
  36.   2. Add conditional compilation.
  37.  
  38. For Version 0.05
  39.   1. String entry in BE command didn't work.
  40.   2. Allow F10 key (and others) to work at last "Restart program (y/n)"
  41.      message.
  42.   3. Check MAP and EXE file creation date, times.
  43.   4. Allow viewing assembly language by hex address.
  44.   5. When changing vars in Examine, floats went in as doubles.
  45.   6. Add array indices to be added to variables.
  46.  
  47. For Version 0.06
  48.   1. Fix bug in determining RTN (P).
  49.   2. Update code display when registers changed.
  50.   3. Occasional crash with 8088 when doing a lot of tracing due to timer
  51.      interrupt.  Hopefully fixed.
  52.   4. Add TA command to set tab size.
  53.   5. Fix memory display on disassembly listing which was calculating memory
  54.      location wrong for large offsets.
  55.   6. Have memory display (disassembler) show pointers for les,lds instructions
  56.   7. Increase string length for command line parameters, add path to
  57.      called file name.
  58.   8. Fix bug in display mode 2 where screen swapping didn't work right.
  59.  
  60.